home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr47 / fn32_3.zip / MV.DOC < prev    next >
Text File  |  1993-02-07  |  934b  |  21 lines

  1. Usage: mv
  2.     [-abfiuv] [-S backup-suffix] [-V {numbered,existing,simple}]
  3.     [+archive] [+backup] [+force] [+interactive] [+update] [+verbose]
  4.     [+suffix backup-suffix] [+version-control {numbered,existing,simple}]
  5.     source... dest
  6.  
  7.       Switch ------------------- Meaning
  8.       a, +archive                Move files with the archive bit set [NEW]
  9.       b, +backup                 Make backups
  10.       f, +force                  Force write permissions and overwrites
  11.       i, +interactive            Query overwrites
  12.       u, +update                 Don't move older files
  13.       v, +verbose                Print each filename
  14.       S, +suffix backup_suffix   Specify the backup suffix (default=~)
  15.       V, +version-control nu,e,s Override the Emacs VERSION-CONTROL variable
  16.  
  17.     Backups are defaulted to numbered, e.g. file.c.~123~. You will need 'FN32'.
  18.  
  19.     The archive bit is cleared if -a -b or -u are used.
  20.     
  21.